home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gawk / gawk215b.zoo / README < prev   
Text File  |  1993-06-28  |  2KB  |  38 lines

  1. This archive contains ST binaries of GNU Awk 2.15.2.  This software
  2. falls under GNU GENERAL PUBLIC LICENSE.  Binaries were compiled
  3. with TOS libraries under assumption that MiNT users know which is
  4. a business end of a compiler. :-)  This means, in particular,
  5. that pipes are simulated and there are other small differences
  6. as well.
  7.  
  8. Since sources of gawk compile in an unmodified form on Atari ST with
  9. gcc compiler they are not included here.  Full distribution is quite
  10. sizeable and contains also pretty big manual (over 200 pages long).
  11. It is available from your usual places which carry GNU software -
  12. - prep.ai.mit.edu in particular.
  13.  
  14. Included formatted man-page is a generic Unix.  Use some imagination
  15. and better get a full manual.  Gawk on ST accepts also ',' (comma)
  16. as path separator and elements of path can be divided both by
  17. slashes and backslashes.
  18.  
  19. Note about recompilation.
  20. ------------------------
  21. Gawk compiles correctly on ST both with and without -mshort flag (16
  22. bit wide integers), so it should be possible to compile it with
  23. various other compilers as well.  On the other hand, a correct
  24. compilation relies heavily on a presence of prototypes and I would be
  25. surprised if a compilation would be possible on non-ANSI compiler with
  26. ints of not the same width as longs.
  27.  
  28. If you will decide to recompile gawk, say for MiNT, be aware that this
  29. version of gawk revealed a presence of a bug in fwrite() function
  30. from gcc libraries.  Either wait for the corrected version of
  31. libraries or, if you are in a hurry, contact me, please.
  32. In time of this writing TOS libraries were on PatchLevel 90 and
  33. MiNT libraries on PatchLevel 32.
  34.  
  35.   Michal Jaegermann
  36.   ntomczak@vm.ucs.ualberta.ca
  37.   michal@gortel.phys.ualberta.ca
  38.